home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / GAMMANS / SOCKFS-0.ZIP / Faq < prev    next >
Text File  |  1997-08-18  |  1KB  |  30 lines

  1. SocketFS FAQ
  2. ============
  3.  
  4. Ok this is the first release so these questions have'nt been asked yet.
  5. But if I don't put them here I expect they soon will be!
  6.  
  7.  
  8. Contents
  9. --------
  10.  
  11.      1. What happens to OOB data
  12.      2. BGET#X% never returns
  13.  
  14. Body?
  15. -----
  16.  
  17.      Q1. What happens to OOB data.
  18.      A1. Unless you're specificaly watching event 19 yourself, little.
  19.          I do not look for or do any special handling for OOB data.
  20.  
  21.      Q2. BGET#X% never returns.
  22.      A2. BGET#X% only returns if there's data waiting to be sent. On Freenet
  23.          you can see if there any data waiting by doing *netstat and if the
  24.          Recv-Q entry for the socket you're interested is non-zero, there is
  25.          data waiting. Otherwise BGET will wait for data from the remote side,
  26.          while it is waiting you won't be able to do anything else with
  27.          socketfs on this socket. As the calls are blocked by risc-os, so
  28.          if you need to prod the remote machine to get the data, prod it before
  29.          you run BGET.
  30.